Bitwise.BitAnd Method

Returns an Integer. Performs a bitwise And on value1 and value2.

Syntax

Bitwise.BitAnd value1, value2, [...valueN]


Parameters

value1

Integer

value2

Integer

...valueN (Optional)

Integer


If any optional parameters value3 to valueN are passed, BitAnd returns the progressive results of each operation.